﻿/*通用样式*/
* {margin:0; padding:0; word-wrap:break-word;}
body {min-width: 980px; font-family:Arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif; font-size:12px; color:#444; background-color: #fff;}
a {color:#4C4C4C; text-decoration:none;}
a:hover {color:#FF0000;}
a img {border:none;} 
div,ul,li,p,form {padding: 0px; margin: 0px; list-style-type: none;}
em {font-style: normal; font-weight: normal;}
table {padding: 0px; margin: 0px; list-style-type: none;}
dt,dl,dd {padding: 0px; margin: 0px; list-style-type: none;}
form {margin:0px; padding:0px;}
input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0;}
input:focus,textarea:focus,select:focus {outline:none;}
input[type="text"],select {height:30px; border:1px solid #ddd; line-height:30px; color:#999;}
tr {padding: 0px; margin: 0px; list-style-type: none;}
h2,h3,h4 {padding:0px; font-size:14px; font-weight:normal;}
i,em {font-style:normal;}

@font-face {font-family: 'bebas';src: url('../UploadFiles/bebas.woff2') format('woff2'),url('../UploadFiles/bebas.woff') format('woff');font-weight: normal;font-style: normal;}
@font-face {font-family: 'nixieone';src: url('../UploadFiles/nixieone.woff2') format('woff2'),url('../UploadFiles/nixieone.woff') format('woff');font-weight: normal;font-style: normal;}

/*头部通用*/
.top {display: flex; justify-content: space-between; position: fixed; top: 0; left: 0; z-index: 1000; width: 100%; padding: 0 5%; background-color: #fff; box-shadow: 0 2px 3px rgba(0,0,0,0.2); box-sizing: border-box;}
.top-logo {display: block; width: 240px;}
.top-nav {display: flex; width: calc(100% - 500px); max-width: 720px;}
.top-nav li {position: relative; width: calc(100% / 5);}
.top-nav li::before {content: ""; position: absolute; top: 50%; left: 50%; width: 90px; height: 36px; background-color: #005faa; opacity: 0;transform: translate(-50%,-50%); transition: all 0.3s;}
.top-nav li a {position: relative; z-index: 10; display: block; width: 100%; font-size: 18px; line-height: 100px; text-align: center; color: #212121;}
.top-nav li:hover::before {width: 100%; height: 100%; opacity: 1;}
.top-nav li:hover a {color: #fff;}
.top-contact {height: 32px;margin: 32px 0; padding-left:38px; font-family: bebas; font-size: 38px; line-height: 36px; color: #005faa; background-image: url("../UploadFiles/bj/topdh.png"); background-size: 32px 32px; background-position: 0 50%; background-repeat: no-repeat; box-sizing: border-box; overflow: hidden;}
@media(max-width:1200px){.top {padding: 0 2%;}}
@media(max-width:980px){.top-nav {width: calc(100% - 280px);} .top-nav li a {font-size: 22px;} .top-contact {display: none;}}

/*banner*/
.rslides { position: relative; overflow: hidden; width: 100%; padding: 0; margin: 0;}
.rslides li {  -webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0; }
.rslides li:first-child { position: relative; display: block; float: left; }
.rslides img { display: block; height: auto; float: left; width: 100%; border: 0; }
.slide_container {position: relative; width: 100%; overflow:hidden; margin-top: 100px;}
.slide { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0; }
.slide li { position: absolute; width: 100%; left: 0; top: 0; }
.slide img { display: block; position: relative; z-index: 1; height: auto; width: 100%; border: 0; min-height: 180px;}
.slide .caption { display: block; position: absolute; z-index: 2; font-size: 20px; text-shadow: none; color: #fff; background: #000; background: rgba(0,0,0,0.8); left: 0; right: 0; bottom: 0; padding: 10px 20px; margin: 0; max-width: none;}
.slide_container .tu { width:100%; height:602px;}
.slide_nav {font-size: 0;width: 60px;height: 60px;position: absolute;top: 50%;transform: translateY(-50%);z-index: 20; background: url("../UploadFiles/vbg01.png") no-repeat rgb(255,255,255);border-radius: 50%;box-shadow: 0px 2px 10px rgba(0,0,0,.2);transition: all 0.4s;  opacity: 0.6; }
.prev {left: 5%;background-position: -2px 0;}
.next {right: 5%;background-position: -58px 0;}
.prev:hover {background: url("../UploadFiles/vbg02.png") no-repeat rgb(0 95 170);background-position: -2px 0;}
.next:hover {background: url("../UploadFiles/vbg02.png") no-repeat rgb(0 95 170);background-position: -58px 0;}
.slide_tabs {display: flex; justify-content: space-between; position:absolute; bottom: 20px; left: 50%; z-index: 100; width: 60px; transform: translateX(-50%);}
.slide_tabs li {display: block; width: 12px; height: 12px; border-radius: 6px; font-size: 0px; background-color: #005faa; transition: all 0.4s;}
.slide_here {width: 36px!important;}
#find_bottom {position: absolute; z-index: 4; left: 0; right: 0; bottom: 20px; width: 30px; height: 30px; margin: 0 auto; border: 2px dotted #005faa; border-radius: 100%; text-align: center; opacity: 0; transform: translateY(50px); -webkit-transform: translateY(50px); -moz-transform: translateY(50px); -ms-transform: translateY(50px); -o-transform: translateY(50px); transition: all ease 0.3s; -webkit-transition: all ease 0.5s; -moz-transition: all ease 0.5s; -ms-transition: all ease 0.5s; -o-transition: all ease 0.5s; visibility: hidden;}
.opacity_show_top{opacity: 1 !important; transition: all ease 1s !important; -webkit-transition: all ease 1s !important; -moz-transition: all ease 1s !important; -ms-transition: all ease 1s !important; -o-transition: all ease 1s !important; -webkit-transform: translateY(0px) !important; -moz-transform: translateY(0px)!important; -ms-transform: translateY(0px) !important; -o-transform: translateY(0px) !important; transform: translateY(0px) !important;}
@media(max-width:1120px){.slide_nav {width: 30px; height: 30px; background-size: 60px 30px;} .prev {background-position: -1px 0;} .next {background-position: -28px 0;} .prev:hover {background-size: 60px 30px; background-position: -1px 0;} .next:hover {background-size: 60px 30px; background-position: -28px 0;}}

/*尾部通用*/
.footer {display: flex; justify-content: space-between; width: 100%; padding: 60px 5% 20px; background-color: #f7f7f7; box-sizing: border-box;}

.footre-left img{display: block; width: 260px;}

.footer-cenrer {width: calc(100% - 560px); max-width: 800px;}
.footer-cenrer p:nth-child(1) {display: flex; justify-content: space-around; width: 90%; margin: 0 auto 60px;}
.footer-cenrer p:nth-child(1) a {font-size: 18px; line-height: 18px; color: #333;}
.footer-cenrer p:nth-child(1) a:hover {color: #d27314;}
.footer-cenrer p:nth-child(2),.footer-cenrer p:nth-child(3),.footer-cenrer p:nth-child(4) {font-size: 18px; line-height: 30px; color: #666; text-align: center;}
.footer-cenrer p:nth-child(2) a,.footer-cenrer p:nth-child(3) a {font-size: 18px; line-height: 30px; color: #666; white-space:nowrap;}
.footer-cenrer p:nth-child(4) a img {display: block;margin: 4px auto 0;}

.footer-right p:nth-child(1) {font-size: 18px; line-height: 18px; color: #d27314; text-align: right; letter-spacing: 10px;}
.footer-right p:nth-child(1) span {letter-spacing: 0;}
.footer-right p:nth-child(2) {font-family: nixieone; font-size: 36px; line-height: 80px; color: #d27314; text-align: right; letter-spacing: 0.5px;}
.footer-right p:nth-child(2) span {letter-spacing: 0;}
.footer-right a:nth-child(3) {display: block; width: 140px; margin: 20px 0 0 auto; border: 1px solid #d27314; border-radius: 20px; font-size: 16px; line-height: 40px; color: #d27314; text-align: center; transition: all 0.3s; box-sizing: border-box;}
.footer-right a:nth-child(3):hover {background-color: #d27314; color: #fff;}
@media(max-width:1400px){.footre-left{display: none;} .footer-cenrer {width: calc(100% - 300px);} .footer-cenrer p:nth-child(1){justify-content: space-between; margin: 0 0 60px;} .footer-cenrer p:nth-child(2),.footer-cenrer p:nth-child(3),.footer-cenrer p:nth-child(4) {text-align: left;} .footer-cenrer p:nth-child(4) a img {display: block;margin: 4px 0 0;}}
@media(max-width:1200px){.footer {padding: 60px 2% 20px;}}
@media(max-width:980px){.footer-cenrer p:nth-child(1) {margin: 0 0 20px;} .footer-cenrer p:nth-child(1) a {font-size: 22px; line-height: 22px;} .footer-cenrer p:nth-child(2),.footer-cenrer p:nth-child(3),.footer-cenrer p:nth-child(4) {font-size: 20px; line-height: 32px;} .footer-cenrer p:nth-child(2) a,.footer-cenrer p:nth-child(3) a {font-size: 20px; line-height: 32px;}}

/*一键拨号*/
@media(min-width:1000px){.footbox {display:none;}}
.footbox {position: fixed; bottom: 0; left: 0; z-index: 1000; width: 100%; height: 10rem; border-top:0; background:rgba(0,95,170,0.80);}
.flexbox {display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; margin-top:2px; text-align: center;}
.footbox ul li {-webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; text-align:center;}
.footbox ul li a {display:block; color:#fff; font-size: 2.5rem; line-height: 4rem; font-weight: 500;}
.footbox ul li a img {display:block; width: 5rem; height: 5rem; margin: 0.5rem auto;}

/*首页标题*/
.home-title {width: 100%; margin-bottom: 40px;}
.home-title p:nth-child(1){font-size: 36px; line-height: 56px; font-weight:bold; color: #ff8700; text-align: center; letter-spacing:16px;}
.home-title p:nth-child(1) span:nth-child(1) {position: relative; color: #212121;}
.home-title p:nth-child(1) span:nth-child(1)::before {content: ""; position: absolute; top: 50%; left: -24px; width: 8px; height: 8px; border-radius: 4px; background-color: #ff8700; transform: translateY(-50%);}
.home-title p:nth-child(1) span:nth-child(2) {color: #212121; letter-spacing: 0;}
.home-title p:nth-child(2) {font-size: 26px; line-height: 30px; text-align: center; color: #005faa; letter-spacing: 1px;}
.home-title p:nth-child(2) span:nth-child(2) {letter-spacing: 0;}
.home-title p:nth-child(3) {max-height: 999px; font-size: 16px; line-height: 36px; color: #666; text-align: center; letter-spacing: 1px;}

/*首页产品*/
.product {width: 100%; padding: 50px 5%; box-sizing: border-box;}
.product-nav {display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; max-width: 630px; margin:0 auto 30px;}
.product-nav li {width: calc((100% - 30px) / 2);}
.product-nav li a {position: relative; display: block; width: 100%; border: 1px solid #ddd; border-radius: 27px; box-sizing: border-box; font-size: 18px; line-height: 54px; color: #333; text-align: center; overflow: hidden;}
.product-nav li a::before {content: ""; position: absolute; left: -1px; top: 0; width: 0; height: 54px; border-radius: 27px; background-color:#005faa; transition: all 0.4s;}
.product-nav li a span {position: relative; z-index: 10; color: #333; transition: all 0.4s;}
.product-nav li a:hover::before {width: 110%;}
.product-nav li a:hover span {color: #fff;}
@media(max-width:980px){.product-nav li a {font-size: 22px;}}
    
.product-list .swiper-slide a {position: relative; display: block; width: 100%; overflow: hidden;}
.product-list .swiper-slide a:nth-child(1) {margin-bottom: 30px;}
.product-list .swiper-slide a .picture-list-box {width: 100%; overflow: hidden;}
.product-list .swiper-slide a .picture-list-box img {display: block; width: 100%; transition: all 0.4s;}
.picture-list-text {position: absolute; left: 0; bottom: -59px; z-index: 10; display: flex; flex-direction:column; justify-content: center; width: 100%; padding: 0 30px; background-color: rgba(245,245,245,0.8); box-sizing: border-box; transition: all 0.3s;}
.picture-list-text p:nth-child(1) {font-size: 20px; line-height: 58px; color: #212121; letter-spacing: 1px; text-align: center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.picture-list-text p:nth-child(2) {position: relative; margin-top : 17px; font-size: 24px; line-height: 42px; color: #fff; font-weight: 600; letter-spacing: 4px; text-align: center;}
.picture-list-text p:nth-child(2)::before,.picture-list-text p:nth-child(2)::after {content: ""; position: absolute; left: 50%; background-color: #FFF; transform: translateX(-50%);}
.picture-list-text p:nth-child(2)::before {top: -13px; width: 60px; height: 3px;}
.picture-list-text p:nth-child(2)::after {top: -12px; width: 60px; height: 1px; transition: all 0.6s;}
.product-list .swiper-slide a:hover .picture-list-box img {transform: scale(1.2);}
.product-list .swiper-slide a:hover .picture-list-text {bottom: 0; height: 100%; background-color: rgba(0,95,170,0.8);} 
.product-list .swiper-slide a:hover .picture-list-text p:nth-child(1) {color: #FFF;}
.product-list .swiper-slide a:hover .picture-list-text p:nth-child(2)::after {width: 100%;}

/*首页关于*/
.about {width: 100%; padding: 60px 0% 0; background:url("../UploadFiles/bj/sygybj.jpg") no-repeat; background-size: 100% 100%; box-sizing: border-box;}
.about-content {position: relative; display: flex; width: 100%; padding:  0 10%; box-sizing: border-box;}
.about-content::before,.about-content::after {content: ""; position: absolute; bottom: 0; height: 120px; background-color: #fff;}
.about-content::before {left: 0; width: calc(90% - 460px);}
.about-content::after {right: 0; width: 10%;}
.about-content-left {position: relative; z-index: 10; width:calc(100% - 460px); padding:60px 40px 40px; background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.2); box-sizing: border-box;}
.about-content-left p:nth-child(1) {margin-bottom: 40px; font-size: 24px; line-height: 24px; color: #212121; font-weight: 600; letter-spacing: 2px; text-align: center;}
.about-content-left p:nth-child(1) span {letter-spacing: 0;}
.about-content-left p:nth-child(2) {display: table; padding: 0 30px; margin: 0 auto 40px; font-size: 18px; line-height: 36px; color: #fff; background-color: #005faa; box-sizing: border-box;}
.about-content-left p:nth-child(3) {max-height: 999px; font-size: 18px; line-height: 32px; color: #333; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden;}
.about-content-left p:nth-child(4) {display: flex; margin-top: 56px;}
.about-content-left p:nth-child(4) a {display: block; margin-right: 20px; font-size: 18px; line-height: 46px; color: #fff; padding: 0 40px; box-sizing: border-box; background-color:#005faa;}
.about-content-right {position: relative; z-index: 10; width: 460px; background-color: rgb(0,0,0,0.6); box-shadow: 0 0 10px rgba(0,0,0,0.2); padding: 40px; box-sizing: border-box;}
.about-content-right img {display: block; width: 100%;}
.about-content-right-contact {width: 100%; padding: 20px; margin-top: 40px; background-color: #ff8700; box-sizing: border-box;}
.about-content-right-contact p:nth-child(1) {font-size: 20px; line-height: 30px; color: #fff; font-weight: bold; text-align: center; letter-spacing: 2px;}
.about-content-right-contact p:nth-child(2) {margin-top: 10px; font-family: bebas; font-size: 38px; line-height: 36px; color: #fff; text-align: center;}
@media(max-width:1440px){.about-content {padding:  0 5%;} .about-content::before {width: calc(95% - 460px);} .about-content::after{width: 5%;}}
@media(max-width:1280px){.about-content-left p:nth-child(2){display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;max-height: 999px;}}
@media(max-width:1200px){.about-content{padding:  0 2%;} .about-content::before{width: calc(92% - 460px);} .about-content::after{width: 2%;} .about-content-left p:nth-child(4) a{padding: 0 20px;}}
@media(max-width:980px){.about-content-left p:nth-child(1){font-size: 30px;line-height: 30px;margin-bottom: 30px;}.about-content-left p:nth-child(2){font-size: 24px;line-height: 48px; margin: 0px auto 30px;}.about-content-left p:nth-child(3){font-size: 26px;line-height: 37px;}.about-content-left p:nth-child(4){margin-top: 30px;}.about-content-right-contact p{font-size: 22px;}}

/*首页优势*/
.video {width: 100%; padding: 50px 5%; background-image: url("../UploadFiles/bj/spbj.jpg"); background-size: 100% 100%; background-position: 50% 50%; box-sizing: border-box;}
.video-list {display: flex; justify-content: space-between; width: 100%;}
.video-list li {width: calc((100% - 90px) / 4);}
.video-list li video {width: 100%; height: 320px; background-color: #000;}
@media(max-width:1200px){.video {padding: 50px 2%;}}

/*首页优势*/
.advantage {width: 100%; padding: 50px 5%; margin: 0 auto; box-sizing: border-box;}
.advantage-list {display: flex; justify-content: space-between; width: 100%; margin: 40px 0 0;}
.advantage-list-content {width: calc((100% - 90px) / 4); padding: 20px; box-sizing: border-box; transition: all 0.6s;}
.advantage-list-content img {display: block; width: 80px; margin: 0 auto 50px;}
.advantage-list-content p:nth-child(2) {position: relative; margin-bottom: 30px; font-size: 22px; line-height: 36px; color: #212121; text-align: center;}
.advantage-list-content p:nth-child(2)::before {content: ""; position: absolute; bottom: -15px; left: 50%; width: 60px; height: 2px; background-color: #005faa; transform: translateX(-50%);}
.advantage-list-content p:nth-child(3) {font-size: 18px; line-height: 30px; color: #333; text-align: center;}
.advantage-list-content:hover {padding: 0 20px 20px;}
@media(max-width:1200px){.advantage{padding: 50px 2%;}} 
@media(max-width:980px){.advantage-list-content {width: calc((100% - 60px) / 4); padding: 20px 10px;} .advantage-list-content:hover{padding: 0 10px 20px;}}

/*首页新闻*/
.news {width: 100%; padding: 60px 5% 40px; box-sizing: border-box;}
.news-list {display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%;}
.news-list li {width: calc((100% - 60px) / 3); padding-top: 16px; margin-bottom: 30px;}
.news-list-content {display: block; width: 100%; padding: 0 30px 30px; border-radius: 4px; background-color: #f3f3f3; box-sizing: border-box; transition: all 0.4s;}
.news-list-content-top {display: flex; width: 100%; margin-bottom: 20px;}
.news-list-content-top-number{width: 110px; height: 110px; margin-top: -16px; padding:18px 15px; border-radius: 6px; background-color: #005faa; box-sizing: border-box; transition: all 0.4s;}
.news-list-content-top-number p:nth-child(1) {font-size: 52px; font-weight: 600; line-height: 74px; text-align: center; color: #fff; letter-spacing: 6px;}
.news-list-content-top-number p:nth-child(1) span {letter-spacing: 0;}
.news-list-content-top-title {position: relative; display: block; width: calc(100% - 110px); max-height: 999px; padding:35px 0 35px 30px; font-size: 18px; color: #333; line-height: 24px; letter-spacing: 1px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; box-sizing: border-box;transition: all 0.4s;}
.news-list-content-top-title::before {content: ""; position: absolute; width: 16px; height: 29px; top: 20px; right: 0; background-image:url("../UploadFiles/bj/syxwjt.png"); opacity: 0; transition: all 0.4s;}
.news-list-content-text {max-height: 999px; font-size: 18px; line-height: 30px; letter-spacing: 1px; color: #333; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.news-list-content:hover {background-color: #005faa;}
.news-list-content:hover .news-list-content-top .news-list-content-top-number {background-color: #ff8700;}
.news-list-content:hover .news-list-content-top .news-list-content-top-title {padding:55px 0 15px 30px; color: #fff;}
.news-list-content:hover .news-list-content-top .news-list-content-top-title::before {opacity: 1;}
.news-list-content:hover .news-list-content-text {color: #fff;}
@media(max-width:1200px){.news {padding: 60px 2% 40px;} .news-list li {width: calc((100% - 40px) / 3); padding-top: 16px; margin-bottom: 20px;}}
@media(max-width:980px){.news-list li {width: calc((100% - 30px) / 2); margin-bottom: 30px;} .news-list-content-top-title {font-size: 24px; line-height: 24px; padding:33px 0 33px 30px;} .news-list-content:hover .news-list-content-top .news-list-content-top-title {padding:51px 0 15px 30px;} .news-list-content-text {font-size: 22px; line-height: 36px;}}


/*内页分栏*/
.column {display: flex; justify-content: space-between; width: 100%; height: 51px; padding: 0 5%; border-bottom: 1px solid #eee; background-color: #f8f8f8; box-sizing: border-box;}
.column p:nth-child(1) {padding-left: 24px; font-size: 16px; line-height: 51px; color: #666; letter-spacing: 1px; background-image: url("../../UploadFiles/bj/nywz.png"); background-size: 16px 16px; background-position: 0 50%; background-repeat: no-repeat;}
.column p:nth-child(1) a {font-size: 16px; line-height: 51px; color: #666;}
.column p:nth-child(2) {font-size: 20px; line-height: 51px; color: #005faa;}
.column-content {display: flex; justify-content: space-between; width: 100%; padding: 40px 5%; box-sizing: border-box;}
    
.column-content-left {width: 300px; margin-right: 30px;}
.column-content-left-product {width: 100%; border-radius: 6px; background-color: #005faa;}
.column-content-left-product-title {width: 100%; padding: 30px 0;}
.column-content-left-product-title p:nth-child(1) {font-size: 40px; color: #00467d; font-weight: 600; line-height: 40px; text-align: center;}
.column-content-left-product-title p:nth-child(2) {margin-top: -16px; font-size: 30px; color: #fff; line-height: 30px; text-align: center; letter-spacing: 1px;}
.column-content-left-product-list {width: 100%; padding: 0 25px; border: 1px solid #005faa; border-radius: 6px; background-color: #fff; box-sizing: border-box;}
.column-content-left-product-list li {width: 100%; padding: 8px 0; border-bottom: 1px dashed #e1e1e1; box-sizing: border-box;}
.column-content-left-product-list li:nth-last-child(1) {border-bottom:0;}
.column-content-left-product-list li a {display: block; width: 100%; font-size: 18px; line-height: 60px; color: #333; box-sizing: border-box; transition: all 0.6s;}
.column-content-left-product-list li a .column-content-left-product-dot {width: 8px; height: 8px; overflow: hidden; margin-top: 26px; margin-right: 20px; float: left; transition: all 0.6s;}
.column-content-left-product-list li a .column-content-left-product-dot p:nth-child(1) {display: block; width: 8px; height: 8px; border: 1px solid #666; border-radius: 4px; box-sizing: border-box; transition: all 0.6s;}
.column-content-left-product-list li a .column-content-left-product-dot p:nth-child(2) {display: block; width: 8px; height: 8px; margin-top: 2px; border-radius: 4px; background-color: #005faa;}
.column-content-left-product-list li a:hover .column-content-left-product-dot {margin-right: 24px;}
.column-content-left-product-list li a:hover .column-content-left-product-dot p:nth-child(1) {margin-top: -10px;}
.column-content-left-product-list li a:hover {color: #005faa; padding-right: 0;}
    
.column-content-left-contact {width: 100%; margin-top: 20px; border-radius: 6px; background-color: #005faa;}
.column-content-left-contact-list {width: 100%; padding: 10px 22px; border: 1px solid #005faa; border-radius: 6px; background-color: #fff; box-sizing: border-box;}
.column-content-left-contact-list p:nth-child(1) {font-size: 18px; line-height: 36px; color: #424242; letter-spacing: 2px;}
.column-content-left-contact-list p:nth-child(2) {font-size: 30px; line-height: 40px; font-weight: 600; color: #333;}
.column-content-left-contact-list p:nth-child(2) span {font-size: 18px; color: #424242; font-weight: lighter;}
.column-content-left-contact-list p:nth-child(3) {font-size: 18px; line-height: 36px; color:#424242; }
    
.column-content-right {width: calc(100% - 340px);}
    
@media(max-width:1200px){.column-content {padding: 40px 2%;}}

/*关于我们*/
.column-about p {max-height: 999px; font-size: 22px; line-height: 42px; color: #333; letter-spacing: 1px; text-align: justify; text-indent: 44px;}

/*图片栏目页*/
.column-picture-list {display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; }
.column-picture-list li {width: calc((100% - 60px) / 3); margin-bottom: 30px; margin-right: 30px;}
.column-picture-list li:nth-child(3n) {margin-right: 0;}
.column-picture-list li a {position: relative; display: block; width: 100%; overflow: hidden;}
.column-picture-list li a .column-picture-list-box {width: 100%; overflow: hidden;}
.column-picture-list li a .column-picture-list-box img {display: block; width: 100%; transition: all 0.4s;}
.column-picture-list-text {position: absolute; left: 0; bottom: -59px; z-index: 10; display: flex; flex-direction:column; justify-content: center; width: 100%; padding: 0 30px; background-color: rgba(245,245,245,0.8); box-sizing: border-box; transition: all 0.3s;}
.column-picture-list-text p:nth-child(1) {font-size: 20px; line-height: 58px; color: #212121; letter-spacing: 1px; text-align: center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.column-picture-list-text p:nth-child(2) {position: relative; margin-top : 17px; font-size: 24px; line-height: 42px; color: #fff; font-weight: 600; letter-spacing: 4px; text-align: center;}
.column-picture-list-text p:nth-child(2)::before,.column-picture-list-text p:nth-child(2)::after {content: ""; position: absolute; left: 50%; background-color: #FFF; transform: translateX(-50%);}
.column-picture-list-text p:nth-child(2)::before {top: -13px; width: 60px; height: 3px;}
.column-picture-list-text p:nth-child(2)::after {top: -12px; width: 60px; height: 1px; transition: all 0.6s;}
.column-picture-list li a:hover .column-picture-list-box img {transform: scale(1.2);}
.column-picture-list li a:hover .column-picture-list-text {bottom: 0; height: 100%; background-color: rgba(0,95,170,0.8);} 
.column-picture-list li a:hover .column-picture-list-text p:nth-child(1) {color: #FFF;}
.column-picture-list li a:hover .column-picture-list-text p:nth-child(2)::after {width: 100%;}
@media(max-width:1440px){.column-picture-list li {width: calc((100% - 30px) / 2);} .column-picture-list li:nth-child(3n) {margin-right: 30px;} .column-picture-list li:nth-child(2n) {margin-right: 0;}}

/*图片内*/
.column-picture-title {margin-bottom: 20px; font-size: 26px; color: #333; line-height: 50px; font-weight: 600; text-align: center;}
.column-picture-content .imglist img {display: block; margin: 0 auto; width: 100%; max-width: 800px;}
.column-picture-introduction p {max-height: 9999px; margin-top: 20px; font-size: 18px; line-height: 32px; color: #424242; text-indent: 36px;}
.column-picture-introduction table {width: 100%; margin: 10px 0 20px; border-collapse: collapse;}
.column-picture-introduction table tr td {font-size: 18px; line-height: 42px; color: #424242; text-align: center;}
.column-picture-introduction-title {text-indent: 0!important;}
.column-picture-nav {display: flex; justify-content: space-between; width: 100%;}
.column-picture-nav li {width: 48%; font-size: 18px; line-height: 32px; color: #555; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.column-picture-nav li:nth-child(2) {text-align: right;}
.column-picture-nav li a {font-size: 18px; line-height: 32px; color: #555;} 
.column-picture-nav li a:hover {color: #005faa;}

/*视频栏目页*/
.column-video-list {display: flex; flex-wrap: wrap; width: 100%;}
.column-video-list li {width: calc((100% - 60px) / 3); margin-right: 30px; margin-bottom: 30px;}
.column-video-list li:nth-child(3n) {margin-right: 0;}
.column-video-list li video {width: 100%; height: 320px; background-color: #000;}
@media(max-width:1440px){.column-video-list li {width: calc((100% - 30px) / 2);} .column-video-list li:nth-child(3n) {margin-right: 30px;} .column-video-list li:nth-child(2n) {margin-right: 0;}}

/*视频内*/
.column-video-content-title {margin-bottom: 40px; font-size: 26px; line-height: 36px; color: #333; text-align: center; letter-spacing: 1px;}
#MyContent p video {display: block; width: 100%; max-width: 600px; height: auto; margin: 0 auto;}
.page {display: flex; justify-content: space-between; width: 100%; margin-top: 40px;}
.page li {font-size: 16px; line-height: 30px; color: #333;}
.page li:nth-child(2) {text-align: right;}

/*新闻列表*/
.column-news-list {width: 100%;}
.column-news-list li {width: 100%;margin-bottom: 30px;}
.column-news-list li a {display: block; width: 100%; border: 1px solid #eee; padding: 34px 39px; box-sizing: border-box; transition: all 0.4s ease;}
.column-news-list li a p:nth-child(1) {position: relative; width: 100%; max-height: 9999px; padding: 0 160px 10px 0; margin-bottom: 14px; border-bottom: 1px solid #eee; font-size: 20px; line-height: 36px; color: #333; letter-spacing: 2px; box-sizing: border-box; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.column-news-list li a p:nth-child(1) span {position: absolute; right: 0; font-size: 16px; line-height: 36px; color: #888;}
.column-news-list li a p:nth-child(1)::before {content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background-color: #005faa; transition: all 0.4s ease;}
.column-news-list li a p:nth-child(2) {max-height: 9999px; font-size: 18px; line-height: 30px; color: #555; letter-spacing: 1px; text-align: justify; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; word-wrap: break-word; display: -webkit-box; -webkit-box-orient: vertical;}
.column-news-list li a:hover {box-shadow: 0 2px 6px rgba(0,0,0,0.1);}
.column-news-list li a:hover p:nth-child(1) {color: #005faa;}
.column-news-list li a:hover p:nth-child(1) span {color: #005faa;}
.column-news-list li a:hover p:nth-child(1)::before {width: 100%;}
@media(max-width:980px){.column-news-list li a p:nth-child(1) {font-size: 24px;} .column-news-list li a p:nth-child(1) span {font-size: 22px;} .column-news-list li a p:nth-child(2){font-size: 22px; line-height: 36px;}}

/*新闻内页*/
.column-news-title {margin-bottom: 20px; font-size: 26px; color: #333; line-height: 50px; font-weight: 600; text-align: center;}
.column-news-content .imglist img {display: block; margin: 0 auto; width: 100%; max-width: 800px;}
.column-news-content #MyContent{margin: 30px 0;}
.column-news-content #MyContent p {max-height: 9999px; font-size: 18px; line-height: 34px; color: #424242; text-indent: 36px; letter-spacing: 1px;}
.column-news-nav {display: flex; justify-content: space-between; width: 100%;}
.column-news-nav li {width: 48%; font-size: 18px; line-height: 32px; color: #555; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.column-news-nav li:nth-child(2) {text-align: right;}
.column-news-nav li a {font-size: 18px; line-height: 32px; color: #555;} 
.column-news-nav li a:hover {color: #1955a5;}
@media(max-width:980px){.column-news-content #MyContent p {font-size: 24px;line-height: 38px;color: #424242;text-indent: 42px;letter-spacing: 2px;}}

/*在线留言*/
.column-message-list {width: 100%;}
.column-message-list li {display: flex; width: 100%; margin-bottom: 20px; }
.column-message-list-text p:nth-child(1) {width: 120px; font-size: 20px; line-height: 38px; color: #333; letter-spacing: 1px;}
.column-message-list-text input {width: calc(100% - 300px); height: 38px; padding: 0 20px; margin-right: 10px; border: 1px solid #eee; font-size: 20px; line-height: 38px; color: #555; box-sizing: border-box;}
.column-message-list-text p:nth-child(3) {width: 170px; font-size: 20px; line-height: 38px; color: #333; letter-spacing: 1px;}
.column-message-list-textbox p:nth-child(1) {width: 120px; font-size: 20px; line-height: 38px; color: #333; letter-spacing: 1px;}
.column-message-list-textbox textarea {width: calc(100% - 300px); height: 114px; padding: 0 20px; margin-right: 10px; border: 1px solid #eee; font-size: 20px; line-height: 38px; color: #555; box-sizing: border-box;}
.column-message-list-textbox p:nth-child(3) {width: 170px; font-size: 20px; line-height: 38px; color: #333; letter-spacing: 1px;}
.column-message-list-yzm p:nth-child(1) {width: 120px; font-size: 20px; line-height: 38px; color: #333; letter-spacing: 1px;}
.column-message-list-yzm input {width: 100px; height: 38px; padding: 0 20px; margin-right: 10px; border: 1px solid #eee; font-size: 20px; line-height: 38px; color: #555; box-sizing: border-box;}
.column-message-list-yzm p:nth-child(3) {width: 170px; font-size: 20px; line-height: 38px; color: #333; letter-spacing: 1px;}
.column-message-list-yzm img:nth-child(4) {width: 80px; height: 20px; margin: 9px 0 9px;}
.column-message-list-button input {width: 120px; height: 46px; margin: 0 auto; font-size: 20px; line-height: 46px; text-align: center; color: #333;}

/*联系我们*/
.column-contact-title:nth-child(1) {margin-bottom: 20px; font-size: 26px; line-height: 26px; color: #212121; font-weight: 600; letter-spacing: 10px; text-align: center;}
.column-contact-title:nth-child(1) span {letter-spacing: 0;}
.column-contact-title:nth-child(2) {margin-bottom: 30px;font-size: 18px; line-height: 36px; color: #333; letter-spacing: 4px; text-align: center;}
.column-contact-title:nth-child(2) span {letter-spacing: 0;}
.column-contact-list {display: flex; flex-wrap: wrap; width: 100%; border-radius: 30px; box-shadow: 0 0px 2px rgba(0,0,0,0.4);}
.column-contact-list li {width: calc(100% / 2); padding: 50px 30px 40px; box-sizing: border-box; transition: all 0.3s ease;}
.column-contact-list li:nth-child(1) {border-right: 1px solid #eee; border-top-left-radius: 30px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
.column-contact-list li:nth-child(2) {border-top-left-radius: 0; border-top-right-radius: 30px; border-bottom-left-radius: 0; border-bottom-right-radius: 0px;}
.column-contact-list li:nth-child(3) {width: 100%; border-top: 1px solid #eee; border-top-left-radius: 0; border-top-right-radius: 0px; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px;}

.column-contact-list li img {display: block; width: 60px; height: 60px; margin: 0 auto 20px; transition: all 0.6s ease;}
.column-contact-list li p:nth-child(2) {font-size: 18px; line-height: 36px; color: #333;text-align: center; letter-spacing: 1px;}
.column-contact-list li p:nth-child(3) {font-size: 22px; line-height: 36px; color: #333;text-align: center; letter-spacing: 1px;}
.column-contact-list li:hover {box-shadow: 0 2px 10px rgba(0,0,0,0.1);}
.column-contact-list li:hover img {transform:rotateY(360deg);}
@media(max-width:980px){.column-contact-title:nth-child(2) {font-size: 22px; letter-spacing: 2px;} .column-contact-list li p:nth-child(2) {font-size: 22px;} .column-contact-list li p:nth-child(3) {font-size: 24px;}}

/*文章分页样式*/
#fenye {clear:both;}
#fenye a {display:inline-block; float:left; width:28px; height:28px; border:1px solid #bfbfc7; margin-left:5px; border-radius:3px; font-size:12px; text-align:center; color:#666; line-height:28px; background:#fff;}
#fenye .prev,#fenye .next {width:60px;}
#fenye a.curr {border:1px solid #bfbfc7; color:#fff; background:#bfbfc7;}
#fenye a:hover {border:1px solid #bfbfc7; color:#fff; text-decoration:none; background:#bfbfc7;}
#pageNext {margin:10px;}
#pageNext .prev,#pageNext .next {width: 60px; text-align:center;}
#pageNext a.curr {background: #bfbfc7;border: 1px solid #bfbfc7;color: #fff;}
#pageNext a.curr span {color:#fff !important;}
#pageNext a {float: left; width: 28px; height: 28px; margin-left: 5px; border: 1px solid #bfbfc7; border-radius: 3px; font-size: 12px; line-height: 28px; text-align: center; color: #666;background: #fff;}
#realname {height: 30px; border: 1px solid #ddd;}
#b1 {padding: 5px 10px; border: 1px solid #ff7d02; border-radius: 3px; color: #fff; background: #ff7d02;}

.fenyetips {display:none}
#pagelist {line-height:22px; color:#666;}
#pagelist a {float:left; width:28px; height:28px; border:1px solid #bfbfc7; border-radius:3px; margin-left:5px; font-size:12px; line-height:28px; color:#666; text-align:center; background:#fff;}
#pagelist a.next,#pagelist a.prev {width:50px;}
#pagelist a.curr {border:1px solid #bfbfc7; color:#fff; background:#bfbfc7;}
#pagelist a:hover {border:1px solid #bfbfc7; color:#fff; text-decoration:none; background:#bfbfc7;}
#pagelist a img {display:block; margin:0 auto; margin-top:12px;}
#pagelist span {height:28px; margin-left:10px; font-size:13px; line-height:28px;}
#pagelist span#totalpage {margin:0;}
.fenye a img {display:block; margin:0 auto; margin-top:12px;}

/* 图片分页方式的样式*/
.imagelist {width:990px; margin:0 auto;} /*总宽度*/
.imagelist .imagetop {margin:5px; padding-right:5px; text-align:right;}
.imagelist .imagetop a {color:#767676;}
.imagelist .defaultimagesrc {margin:5px; padding-top:40px; padding-bottom:40px; text-align:center;}
.imagelist .defaultImagesrc img {padding:2px; border:1px solid #f1f1f1;}
.imagelist .imageintro {font-size:14px; text-align:center;}
.thumb {height:112px; padding:5px; background:#FFF;}
.thumb_1 {float: left; height: 50px; width: 60px; padding-top: 30px; font-size: 14px;color:#000; text-align: center; font-weight: 400;}
.thumb_1 .font-28 {font-size:18px; color:red;}
.thumb_2 {float: left; width: 790px;}
.thumb_2_1 {float: left; width: 35px; height: 113px; margin-left:10px; background:url(qh1.gif) no-repeat 0px 20px; cursor:pointer;}
.thumb_2_2 {float: right; width: 35px; height: 113px; background:url(qh2.gif) no-repeat 0px 20px; cursor:pointer;}
#scrool_div {position:relative; width:708px; height:110px; overflow:hidden;}
#scrool_wrap {position:absolute; width:20000px; height:110px;}
#scrool_wrap li {float:left; width:130px; height:100px; margin-right:10px;}
#scrool_div img {width:126px; height:95px; margin:5px}
.normalthumb img {padding:2px; border:1px solid #F9AF10}
.currthumb img {padding:2px; border:1px solid #ff6600;}

/*组图显示方式的样式*/
.imggrouplist {width:90%; margin:0 auto;}
.imggrouplist li {float:left; width:150px; margin:2px; padding:5px; border:1px #f1f1f1 solid; text-align:center; background:#FFFFFF;}
.imggrouplist li img {width:145px; height:120px;}

/*平行显示方式样式*/
.imglist {text-align:center}
.imglist img {border:4px solid #efefef; padding:1px;}
.imglist div {margin-bottom:15px;}
#pageNext {text-align:right;}